.fl{
	float: left;
}
.fr{
	float: right;
}
.hid{
	overflow: hidden;
}
body{
	color: #333;
	background: #fff;
}
section{
	overflow: hidden;
}
.container{
	width: 1200px;
	margin: 0 auto;
}

.headera{
	background: #e3e3e3;
	font-size: 0;
}
.headera li{
	display: inline-block;
	vertical-align: top;
	margin-left: 23px;
	height: 40px;
    line-height: 40px;
}
.headera li img{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
}
.headera li span{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #333333;
	margin-left: 12px;
}

.headerb{
	background: #fff;
	font-size: 0;
}
.headerb h1.fl{
	margin: 20px 0;
}
.headerb h1.fl a{
	display: block;
}
.headerb h1.fl img{
	
}
.headerb nav.fr{
	margin: 30px 0;
}
.headerb nav.fr li{
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}
.headerb nav.fr li:first-child{
	margin-left: 0;
}
.headerb nav.fr a{
	display: inline-block;
	font-size: 16px;
	color: #000000;
	padding:0 25px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	border-radius:25px;
	border:1px solid #fff;
	
}

.headerb nav.fr a.cur{
	color: #1abde8;
	border:1px solid #1abde8;
}
.headerb nav.fr a:hover{
	color: #fff;
	background:#1abde8;
	border:1px solid #1abde8;
}
.footera{
	background: #e3e3e3;
	padding: 60px 0;
	font-size: 0;
	overflow: hidden;
}
.footera ul{
	
}
.footera ul li{
	display: inline-block;
	vertical-align: top;
	width: 360px;
	background: #ffffff;
	text-align: center;
	margin-right: 60px;
	padding: 30px 0;
}
.footera ul li:last-child{
	margin-right: 0;
}
.footera ul img{
	
}
.footera ul p{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-top: 9px;
}
.footerb{
	background: #1abde8;	
}
.footerb p{
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
}
